Bitmap for UWP
Matrix4x4 コンストラクタ(Single[])

C1.UWP.DX アセンブリ > C1.Util.DX 名前空間 > Matrix4x4 構造体 > Matrix4x4 コンストラクタ : Matrix4x4 コンストラクタ(Single[])
The values to assign to the components of the matrix. This must be an array with sixteen elements.
Initializes a new instance of the Matrix4x4struct.
シンタックス
'宣言
 
Public Function New( _
   ByVal values() As System.Single _
)
public Matrix4x4( 
   System.float[] values
)

パラメータ

values
The values to assign to the components of the matrix. This must be an array with sixteen elements.
例外
例外解説
Thrown when valuesis null.
Thrown when valuescontains more or less than sixteen elements.
参照

Matrix4x4 構造体
Matrix4x4 メンバ
オーバーロード一覧